Click or drag to resize

TimeDuration Class

Specifies the duration that the out of office (OOF) status is enabled if the OofState element is set to Scheduled.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTimeDuration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class TimeDuration

The TimeDuration type exposes the following members.

Constructors
  NameDescription
Public methodTimeDuration
Initializes a new instance of the TimeDuration class.
Public methodTimeDuration(DateTime, DateTime)
Initializes a new instance of the TimeDuration class.
Top
Properties
  NameDescription
Public propertyEndTime
Represents the end of the time span set with an OOF status.
Public propertyStartTime
Represents the start of the time span set with an OOF status.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also